home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / fusion_frenzy.swf / scripts / DefineButton2_258 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-03-20  |  294 b   |  13 lines

  1. on(release){
  2.    _global.levelNumber = 0;
  3.    _global.heroLives = 3;
  4.    _global.totalPoints = 0;
  5.    _global.gameScore = 0;
  6.    _global.levelTally = 0;
  7.    _global.fusionExit = true;
  8.    _global.levelStarted = true;
  9.    _parent.tint.fadeMe = "down";
  10.    moveMe = true;
  11.    targetX = -500;
  12. }
  13.